home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / amigalib / popen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  146 b   |  9 lines

  1. /*
  2. ** popen.h -- prototypes for pipe functions
  3. */
  4. #ifdef __SASC
  5. extern FILE *popen( const char *, const char * );
  6. #else
  7. #include <stdio.h>
  8. #endif
  9.